projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eceebf2
)
* image.c (search_image_cache): New function. Require background
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 3 Jun 2007 00:21:56 +0000
(
00:21
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 3 Jun 2007 00:21:56 +0000
(
00:21
+0000)
color match if background color is unspecified in the image spec.
(uncache_image, lookup_image): Use it.
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 6f94ba273e6f6eeab4efad0382be1fd3e88d44cd..413739853c5b4333a290c00f507ac4ea5fd4c7b0 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,9
@@
+2007-06-03 Chong Yidong <cyd@stupidchicken.com>
+
+ * image.c (search_image_cache): New function. Require background
+ color match if background color is unspecified in the image spec.
+ (uncache_image, lookup_image): Use it.
+
2007-06-01 Juanma Barranquero <lekktu@gmail.com>
* window.c (Fshrink_window): Reflow docstring.